HL7PV2

Print
Apex classe Details
Name HL7PV2
Label HealthCloudGA.HL7PV2
Namespace Prefix HealthCloudGA
Status Active
Api Version 60
Apex Code
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global virtual class HL7PV2 extends HealthCloudGA.HL7.Entity {
    global HealthCloudGA.HL7PL PV2_1 {
        get;
        set;
    }
    global Double PV2_10 {
        get;
        set;
    }
    global Double PV2_11 {
        get;
        set;
    }
    global String PV2_12 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7XCN> PV2_13 {
        get;
        set;
    }
    global Date PV2_14 {
        get;
        set;
    }
    global String PV2_15 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_16 {
        get;
        set;
    }
    global Date PV2_17 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_18 {
        get;
        set;
    }
    global String PV2_19 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_2 {
        get;
        set;
    }
    global Double PV2_20 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_21 {
        get;
        set;
    }
    global String PV2_22 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7XON> PV2_23 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_24 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_25 {
        get;
        set;
    }
    global Date PV2_26 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_27 {
        get;
        set;
    }
    global Date PV2_28 {
        get;
        set;
    }
    global Date PV2_29 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_3 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_30 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_31 {
        get;
        set;
    }
    global String PV2_32 {
        get;
        set;
    }
    global Date PV2_33 {
        get;
        set;
    }
    global String PV2_34 {
        get;
        set;
    }
    global String PV2_35 {
        get;
        set;
    }
    global String PV2_36 {
        get;
        set;
    }
    global String PV2_37 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_38 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CWE> PV2_39 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_4 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_40 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CWE> PV2_41 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_42 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_43 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PV2_44 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CWE> PV2_45 {
        get;
        set;
    }
    global Date PV2_46 {
        get;
        set;
    }
    global Date PV2_47 {
        get;
        set;
    }
    global Date PV2_48 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CWE> PV2_49 {
        get;
        set;
    }
    global List<String> PV2_5 {
        get;
        set;
    }
    global Date PV2_50 {
        get;
        set;
    }
    global String PV2_6 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CWE> PV2_7 {
        get;
        set;
    }
    global Date PV2_8 {
        get;
        set;
    }
    global Date PV2_9 {
        get;
        set;
    }
    global HL7PV2() {

    }
    global override void setDefaultFieldValue(Object value) {

    }
}